home *** CD-ROM | disk | FTP | other *** search
- ::
- :: Part of JDEX - Java Development Environment using Explorer
- ::
- :: Copyright (c) 1998, by J. Brian Coyle
- :: mailto:brianc@magicnet.net
- :: http://www.magicnet.net/~brianc
- ::
- :: Refer to JDEX\copyright.txt for additional information.
- ::
- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- ::
- :: rmvext.bat 04/29/98
- :: Removes the extention from a filename
- ::
- :: needs rmvext.txt
- ::
- @echo off
- if not "%4"=="" goto 2nd
- ::
- :: need to workaround non-English output of mode command...
- ::
- mode %1 | find "-" > %JDEXPATH%\rmvext_1.bat
- copy /b %JDEXPATH%\rmvext.txt+%JDEXPATH%\rmvext_1.bat %JDEXPATH%\rmvext_2.bat >nul
- %JDEXPATH%\rmvext_2.bat
- :2nd
- set filename=%4
- del %JDEXPATH%\rmvext_?.bat